home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
- /* $Id: COMSand.r 1.2 1997/04/09 01:17:21 damien Exp $ */
-
- #ifndef __TYPES.R__
- #include "Types.r"
- #endif
-
- #ifndef __XAPI.R__
- #include "XApi.r"
- #endif
-
- include "COMSand.rsc" 'View';
- include "COMSand.rsc" 'STR#';
- include "COMSand.rsc" 'TxSt' ;
-
- //include "COMSand2.rsc" not 'ckid';
-
- resource 'COMP' (128) {
- 'post',
- 'COSD',
- "Sandy filter",
- "COM Examples",
- 0x40000,
- "4.0.0",
- "TOOLKIT Example",
- 9
- };
-
- resource 'PMAP' (128) {
- {
- // 'SIZH', 'shrt',
- // 'SIZV', 'shrt'
- }
- };
-
- resource 'Cmpp' (128) {
- 'post',
- 'COSD',
- isAlienType,
- 'RD4A', // creator
- {
- 'Sand', // Reference
- "Sand post renderer", // Name
- {'TEXT' }, // List of MacOS types
- {' ' }, // List of extensions
- };
- };
-
- data 'GUID' (128) {
- $"F62A 58A0 F76D 11CF 9A2C 0020 AF28 193A"
- $"67FB 7860 F9EE 11CF 9A2C 0020 AF28 193A"
-
- };
-